home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 536.lha / PolySiliCon / Install SiliCon / .work_scripts / trial_run < prev   
Text File  |  1991-08-09  |  967b  |  31 lines

  1. echo "If you wish, you may run Sili(CON:) for a trial"
  2. echo " with IP: and ppipc.library mounted temporarily"
  3. echo "-- bypassing installation on your disk for now"
  4. jask "-rTrial only?" "-nInstall" -q
  5. if warn
  6.     echo "OK...running Sili(CON:) directly"
  7.     Mount IP: from _WS:IP_MountList_direct
  8.     if fail
  9.         echo "Sorry -- didn't work... probably DOS earlier than 1.3?"
  10.         echo "... will continue with normal installation sequence"
  11.         skip done
  12.     endif
  13.     assign _HOLD_LIBS: LIBS:
  14.     assign LIBS: _I_Install_:
  15.     makedir RAM:S_trial
  16.     assign S_trial: RAM:S_trial
  17.     path add S_trial:
  18.     copy clone InShell to S_trial:
  19.     copy clone _WS:temp_Sili-Startup to S_trial:Sili-Startup
  20.     copy clone _WS:temp_NewSili to S_trial:NewSili
  21.     silicon
  22.     NewShell "CON:0/0/300/200/Sili Shell" from S_trial:Sili-Startup
  23.     assign LIBS: _HOLD_LIBS:
  24.     assign _HOLD_LIBS:
  25.     echo "Sili(CON:) should now be running"
  26.     skip EXIT_all
  27. endif
  28.  
  29. lab done
  30.  
  31.